[IA64] Fix domain destroy bug when multiple domains exist
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Fri, 24 Mar 2006 17:46:14 +0000 (10:46 -0700)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Fri, 24 Mar 2006 17:46:14 +0000 (10:46 -0700)
commit4be7f36712365c25e24414a2704c58e793172e35
treec0a7db425686f3d5f84836b3c7cf521139df901f
parent5c82d0e88007ba022a215f8af39a4e252647d3f8
[IA64] Fix domain destroy bug when multiple domains exist

Currently vmx irq handler doesn't handle IA64_IPI_VECTOR, which is
instead pended to dom0 incorrectly. That bug made people observing
system hang when destroying domU with domVTI kept running. Actually
there's no need for two different irq handlers, which should be
same as long as softirq is checked at exit path back to guest. So
remove vmx version here.

With this fix, now we can create two domains (domU+domVTI), then
destroy domU, create another domVTI, destroy domVTI with all steps
successfully finished.

Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
xen/arch/ia64/vmx/Makefile
xen/arch/ia64/vmx/vmx_irq_ia64.c [deleted file]
xen/arch/ia64/vmx/vmx_ivt.S